home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set rumple to the searchPath
- set rump to getAt(rumple, count(rumple))
- if the colorDepth <> 8 then
- set ralert to "How Many Bugs? was designed to run in 256 colors."
- alert(ralert)
- if the colorDepth < 8 then
- quit()
- end if
- end if
- set stoop to FileIO(mnew, "read", rump & "ipl")
- if objectp(stoop) then
- stoop(mdispose)
- else
- alert("Please put the How Many Bugs? CD into your CD-Drive and try again.")
- quit()
- end if
- if the machineType < 256 then
- go(1, the pathName & "bugs:ipl")
- else
- go(1, the pathName & "bugs\ipl")
- end if
- end
-